Http://www.cnblogs.com/ylqmf/archive/2011/09/13/2174429.html
http://blog.csdn.net/vincent17113/article/details/6265423: Not collated reference articles 1,SVN introduction
SVN (Subversion) is a free, open source version of the project source Code
Svn FAQs, errors, commands, and summaryOne of the mistakes I made myself was:/svn/MyERP_core_Main /! Svn/act/b8bd621b-c193-4969-b66c-d35f11009815 was later confirmed to be the address of the case, I modified the case, and then deleted the local file,
(1): Create SVN warehouse path
Mkdir-p/opt/svn/project1
Svnadmin Create/data/svn/project1
Note: For specification: Generally in the project directory to create again:First create a good directory Dev and pub can be placed in a directory, import
I. Getting information from a repository
SVN help command
Gets the description of the subcommand
SVN info $URL
View workspace Information
If the directory address, view the local directory information, if no $dir, the default is that the current
Use of svn commands in linux
Recently, svn is often used for code management. These commands can't be remembered, so I have to check them online. I finally found a svn command in linux, the svn commands in linux are summarized as follows.
1.
Linux svn commands and svn commands
Check whether svn: svnserve -- version is installed
Close svn service: killall svnserve
Create svn Library: svnadmin create/opt/svn/repos
Configure Automatic Start: Put svnserve-d-r/opt/svn/repos in the last line
Subversion (SVN) is an open source version control system that manages data that changes over time. This data is placed in a central repository, which is much like an ordinary file server that remembers every change in the file so that it can be
Document directory
Enterprise 5.5 install SVN + Apache service
Preface
(Abbreviation) is the successor of version management software that has emerged in recent years. Is a free/open-source version control system. That is to
Recently in the Linux system to play some svn things, feel a mess of head, so I tidied up some beginners must understand the basic commands:1. SVN--version: View the SVN client version under the Linux system. Client side version should be consistent
Original address: http://www.rjgc.net/control/content/content.php? Nid = 4418 1. Run the file checkout to the local directory.
SVN checkout path (path is the directory on the server)
Example: SVN checkout SVN: // 192.168.1.1/Pro/Domain
Abbreviation:
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.